Path
/api/v1/domestic-ovens/electric-ovens/arrow-image
Body schema
Send a POST
request to the path above. The body of the request must be a JSON object with the following properties:
Property | Description | Type |
---|---|---|
productPriceHeightPx
|
Enter height of the product's price (in pixels). This may be up to 3 digits long. | Integer |
labelOrientation
|
Arrow direction.
Must be one of: LEFT RIGHT |
String |
labelFormat
|
Image format.
Must be one of: JPEG PNG |
String |
efficiencyRating
|
The energy efficiency class of the cavity.
Must be one of: A+++ A++ A+ A B C D |
String |
Example request body
{
"productPriceHeightPx": 100,
"labelOrientation": "LEFT",
"labelFormat": "JPEG",
"efficiencyRating": "A+++"
}